You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Adjung Method > Matrix.Adjung Method ([In] TMtx)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Adjung Method ([In] TMtx)

Calculate the adjungate to X matrix and store the results in calling matrix.

Syntax
C#
Visual Basic
public TMtx Adjung([In] TMtx X);

The Rows, Cols and Complex properties of the calling matrix are set implicitly to match those of X matrix.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!